home *** CD-ROM | disk | FTP | other *** search
- Path: news.eunet.cz!usenet
- From: Borivoj Kostka <kostka@tovek.cz>
- Newsgroups: comp.lang.c++
- Subject: Re: Borland C 4.52 & Opening Dialog Boxes
- Date: 19 Feb 1996 11:49:51 GMT
- Organization: EUnet Czechia (a customer)
- Message-ID: <4g9o4v$de8@news.eunet.cz>
- NNTP-Posting-Host: sherlock.dial-up.cz
-
- wiersch@fastlane.net (Albert Wiersch) writes:
- > I've noticed a strange problem with my program... Basically, the dialog boxes will open when my program is run with Borland C++ running as
- > well, but if I try to run the executable without BC, the dialog boxes won't open. What am I missing?
- >
- > Please help...
- >
- > Regards,
- > Albert Wiersch
- > METRO 817-589-9600
- > wiersch@fastlane.net
- > http://www.fastlane.net/~wiersch
- >
- Try to call EnableBWCC or EnableCtl3d in TApplication
- constructor.
-
-